chore(deps): update go to 1.26.2#171
Open
renovate-vince-riv[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Argo-Diff - Ephemeral Environment TestThis argo-diff should have the same output every run 3 of 3 apps with changes compared to live state 3:39PM UTC, 18 Apr 2026 === Basic-Deployment ===Synced ✅ ===== /ConfigMap basic-deployment/config-env =====--- /tmp/argocd-diff318752144/config-env-live.yaml 2026-04-18 15:39:55.605160848 +0000
+++ /tmp/argocd-diff318752144/config-env 2026-04-18 15:39:55.605160848 +0000
@@ -1,6 +1,6 @@
apiVersion: v1
data:
- HELLO_WORLD: test string
+ HELLO_WORLD: another test string
TZ: America/New_York
kind: ConfigMap
metadata:
===== apps/Deployment basic-deployment/test =====--- /tmp/argocd-diff3993714904/test-live.yaml 2026-04-18 15:39:55.617161023 +0000
+++ /tmp/argocd-diff3993714904/test 2026-04-18 15:39:55.616161008 +0000
@@ -5,6 +5,8 @@
argocd.argoproj.io/tracking-id: basic-deployment:apps/Deployment:basic-deployment/test
deployment.kubernetes.io/revision: "1"
generation: 1
+ labels:
+ app.kubernetes.io/name: argo-diff-test
managedFields:
- apiVersion: apps/v1
fieldsType: FieldsV1
@@ -77,6 +79,7 @@
selector:
matchLabels:
app: test
+ app.kubernetes.io/name: argo-diff-test
strategy:
rollingUpdate:
maxSurge: 25%
@@ -86,12 +89,13 @@
metadata:
labels:
app: test
+ app.kubernetes.io/name: argo-diff-test
spec:
containers:
- command:
- sh
- -c
- - while true ; do sleep 1; done
+ - while true ; do sleep 2; done
envFrom:
- configMapRef:
name: config-env
=== Meta ===Synced ✅ ===== argoproj.io/Application argocd/helm-deployment =====--- /tmp/argocd-diff2912255579/helm-deployment-live.yaml 2026-04-18 15:39:55.750162956 +0000
+++ /tmp/argocd-diff2912255579/helm-deployment 2026-04-18 15:39:55.749162941 +0000
@@ -143,10 +143,10 @@
- $values/test/helm-deployment.values.yaml
path: charts/test-basic-deployment
repoURL: https://github.com/vince-riv/argo-diff.git
- targetRevision: k3s-test
+ targetRevision: main
- ref: values
repoURL: https://github.com/vince-riv/argo-diff.git
- targetRevision: k3s-test
+ targetRevision: main
syncPolicy:
automated:
prune: true
=== Helm-Deployment ===Synced ✅ ===== /ConfigMap helm-deployment/config-env =====--- /tmp/argocd-diff2372564215/config-env-live.yaml 2026-04-18 15:39:55.968166122 +0000
+++ /tmp/argocd-diff2372564215/config-env 2026-04-18 15:39:55.968166122 +0000
@@ -1,6 +1,6 @@
apiVersion: v1
data:
- HELLO_WORLD: test string
+ HELLO_WORLD: another test string
TZ: America/New_York
kind: ConfigMap
metadata:
===== apps/Deployment helm-deployment/test =====--- /tmp/argocd-diff1670862958/test-live.yaml 2026-04-18 15:39:55.979166282 +0000
+++ /tmp/argocd-diff1670862958/test 2026-04-18 15:39:55.979166282 +0000
@@ -87,7 +87,7 @@
uid: eb8d6b78-f4b7-4fc3-80e5-2864af70d07b
spec:
progressDeadlineSeconds: 600
- replicas: 1
+ replicas: 2
revisionHistoryLimit: 10
selector:
matchLabels:
@@ -116,7 +116,7 @@
name: config-env
- secretRef:
name: test-secret
- image: busybox:latest
+ image: busybox:latest@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e
imagePullPolicy: IfNotPresent
name: test
resources: {}
|
1a1de33 to
7f333ef
Compare
7b77e0a to
15f3fd0
Compare
e9a6bcb to
052d63d
Compare
dedc0d5 to
fd2f0f7
Compare
fd2f0f7 to
229a895
Compare
229a895 to
bec9b93
Compare
bec9b93 to
c9b6fb9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.25.7→1.26.2Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.